page table
ページ内のテーブルブロック (table:filename) を CSV 形式で取得します。
書式
cos page table <title> <filename> --project <name>
引数
<title> — ページタイトル
<filename> — table: の後に書かれたファイル名
使用例
code:bash
# テーブルを CSV で取得
cos page table "データページ" "users" --project myproject
# CSV ファイルに保存
cos page table "データページ" "users" --project myproject > users.csv
# JSON 形式 (data.csv にCSVテキスト)
cos page table "データページ" "users" --project myproject --json --results-only
Cosense 上の対応記法
code:scrapbox
table:users
名前 年齢
Alice 30
関連ページ